Interface Pop3Server

All Superinterfaces:
IPCObject, Process
All Known Implementing Classes:
Pop3ServerImpl

public interface Pop3Server extends Process
Information provided by the PKI file:

    \class Pop3Server
    
    \brief Pop3Server handles and manipulates POP3 servers.
    
    \example network().getDevice("Server0").getProcess("Pop3Server")
    
Author:
Auto-generated
  • Method Details

    • setEnable

      void setEnable(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the POP3 service.
          
          \param bEnable, true to enable the POP3 service, false to disable it.
          
              
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • isEnabled

      boolean isEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if the POP3 service is enabled, otherwise false.
          
          \return bool, true if the POP3 service is enabled, otherwise false.
          
              
      Returns:
      boolean Returns a boolean